loop n. 1.(用线、带等打成的)圈,环,匝,框,环孔,线圈;【医学】(常 the loop)宫内避孕环。 2.环状物,塔环,拎环。 3.(铁路上的)让车道,环道。 4.【无线电】回路,回线,波腹,环形天线。 5.【数学】自变;【计算机】循环;(程序中)一群指令的重复。 6.【航空】翻圈飞行,翻筋斗;【溜冰】(单脚)打圈儿。 7.〔美国〕闹市区;〔the L-〕 芝加哥的商业区。 a safety loop保险圈。 a wire loop钢丝套圈。 knock [throw] for a loop 〔美俚〕 1. 使神志不清;打昏,使醉倒。 2. 给人极好的印象。 3. 出色地通过[做成]。 on the loop 〔美国〕在匆匆旅行中。 out of the loop 在圈内人物之外的,不在…圈子内的。 vt. 1.使(绳等)成圈,打成圈;【电学】 把导线连成回路。 2.用圈围住;(用环)箍住。 (up back). 3.使作成环状运动;【航空】翻筋斗。 vi. 1.打环,成圈。 2.【航空】翻筋斗。 3.(像尺蠖似的)伸屈前进。 loop the loop 【航空】翻筋斗;(骑自行车等)兜圈子。
Analysis of signal character of magnetic flux leakage testing using loop method 线圈法漏磁探伤的信号特性分析
For partitions encrypted using loop - aes you will be shown the following prompt during the boot 使用loop - aes加密的分区,启动的时候将会有下面的提示信息:
A package can use looping to enumerate across the servers and perform the same functions on multiple computers 包可以使用循环对服务器进行枚举并在多台计算机上执行相同的功能。
Telecommunications - installation interfaces - direct - inward - dialing analog voicegrade switched access using loop reverse - battery signaling 电信.网络与用户装置接口.利用环路反向电池信令的直接向内拨号模拟音频转换访问线路
Telecommunications - network to customer installation interfaces - enhanced 911 analog voicegrade psap access using loop reverse - battery signaling 电信.网络与用户装置接口.使用环路反向电池信令的增强型模拟音频psap访问线路
Interface between carriers and customer installations - analog voice grade switched access lines using loop - start and ground - start signaling 电信公司和客户安装之间的接口,使用环路起始和地起始信令的模拟话音级交换访问线路。
Telecommunications - network - to - customer installation interfaces - analog voicegrade switched access lines using loop - start and ground - start signaling 电信.网络和用户装置间的接口.利用环路启动和接地启动信令的模拟音频转换访问线路
Telecommunications - network - to - customer installation interfaces - analog voicegrade switched - access lines using loop - start and ground - start signaling 电信.网络和用户装置间的接口.利用环路启动和接地启动信令的模拟音频转换访问线路
Telecommunications - interface between carriers and customer installations - analog voicegrade switched access lines using loop - start and ground - start signaling 电信.载体和用户装置间的接口.用于循环启动和接地启动信令的模拟音频转换访问线路
Very often when you write code , you want the same block of code to run a number of times . you can use looping statements in your code to perform this 在书写代码时,你经常会发现,某个代码快要被多次执行。如果出现了这种情况,你就可以通过循环语句来实现它。